projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0576f0
)
(latin1-display): Use characterp rather than char-valid-p.
author
Glenn Morris
<rgm@gnu.org>
Sat, 2 Feb 2008 04:19:16 +0000
(
04:19
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Sat, 2 Feb 2008 04:19:16 +0000
(
04:19
+0000)
lisp/international/latin1-disp.el
patch
|
blob
|
history
diff --git
a/lisp/international/latin1-disp.el
b/lisp/international/latin1-disp.el
index a4d4ff0c9d0c1a0abcf1b8d0184cfbe0fdd1cbce..4263ab6a04f55a5aa78309fce93759b4e5d91431 100644
(file)
--- a/
lisp/international/latin1-disp.el
+++ b/
lisp/international/latin1-disp.el
@@
-112,8
+112,8
@@
a Unicode font with which to display them."
;; It doesn't look as though we have a Unicode font.
(map-char-table
(lambda (c uc)
- (when (and (char
-valid-
p c)
- (char
-valid-
p uc)
+ (when (and (char
acter
p c)
+ (char
acter
p uc)
(not (aref standard-display-table uc)))
(aset standard-display-table uc
(or (aref standard-display-table c)